home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntyDialery / Koala AntyDialer 1.1 demo / kad1.1demo.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt < prev   
Encoding:
Text File  |  2004-02-06  |  2.1 KB  |  114 lines

  1. object SetupForm: TSetupForm
  2.   Left = 302
  3.   Top = 249
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 360
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BevelTop: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 497
  23.     Height = 57
  24.     Align = alTop
  25.     Shape = bsBottomLine
  26.   end
  27.   object ImageBanner: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 497
  31.     Height = 55
  32.     Picture.Data = {<image000.bmp>}
  33.   end
  34.   object BevelBottom: TBevel
  35.     Left = 0
  36.     Top = 315
  37.     Width = 497
  38.     Height = 45
  39.     Align = alBottom
  40.     Shape = bsTopLine
  41.   end
  42.   object laDialogTitile: TLabel
  43.     Left = 256
  44.     Top = 8
  45.     Width = 82
  46.     Height = 16
  47.     Caption = 'DialogTitile'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = 12615680
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object laDialogSubTitle: TLabel
  57.     Left = 256
  58.     Top = 32
  59.     Width = 71
  60.     Height = 13
  61.     Caption = 'DialogSubTitile'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     Transparent = True
  69.   end
  70.   object btOK: TButton
  71.     Left = 411
  72.     Top = 327
  73.     Width = 75
  74.     Height = 22
  75.     Caption = 'OK'
  76.     TabOrder = 2
  77.     OnClick = btOKClick
  78.   end
  79.   object btNext: TButton
  80.     Left = 323
  81.     Top = 327
  82.     Width = 75
  83.     Height = 22
  84.     Caption = 'Next'
  85.     TabOrder = 1
  86.     OnClick = btNextClick
  87.   end
  88.   object btPrev: TButton
  89.     Left = 245
  90.     Top = 327
  91.     Width = 75
  92.     Height = 22
  93.     Caption = 'Prev'
  94.     TabOrder = 0
  95.     OnClick = btPrevClick
  96.   end
  97.   object btCancel: TButton
  98.     Left = 411
  99.     Top = 327
  100.     Width = 75
  101.     Height = 22
  102.     Caption = 'Cancel'
  103.     TabOrder = 3
  104.     OnClick = btCancelClick
  105.   end
  106.   inline URLFrame1: TURLFrame
  107.     Left = 32
  108.     Top = 307
  109.     Width = 108
  110.     Height = 19
  111.     TabOrder = 4
  112.   end
  113. end
  114.